home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 June / Amiga Games Extra 1996 #6.iso / userbox / publicdomain / svoutahrle / install_utahrle.script < prev    next >
Text File  |  1995-07-16  |  579b  |  24 lines

  1. ; $VER: Install_UtahRLE.script V2.2 (16.7.95)
  2. ; © 1995 by Andreas R. Kleinert.
  3. ; This is the Installer Script for my UtahRLE-SVObject
  4.  
  5. (set svlibdir
  6.             (askdir
  7.                    (prompt "Library Path")
  8.                    (help @askdir-help)
  9.                    (newpath)
  10.                    (default "LIBS:")
  11.             )
  12. )
  13.  
  14. (makedir (tackon svlibdir "svobjects"))
  15.  
  16. (copyfiles
  17.   (prompt "Installing UtahRLE.svobject to LIBS:svobjects ...")
  18.   (help @copyfiles-help)
  19.   (source "libs/svobjects")
  20.   (dest (tackon svlibdir "svobjects"))
  21.   (pattern "#?.svobject")
  22.   (files)
  23. )
  24.